SET ANIMATION VOLUME

This command will set the volume of the specified animation.

  Syntax
SET ANIMATION VOLUME Animation Number, Volume
  Parameters
Animation Number
Integer
This value specifies the animation number, between 1 and 32
Volume
Integer
This value specifies the volume of the animation. The sound range is from zero which is silence to 100 which is full volume. Be aware that the volume will only be audiable between approximately 85 and 100 given the full decibel scale used.

  Returns

This command does not return a value.

  Example Code
LOAD ANIMATION "video.avi",1
SET ANIMATION VOLUME 1,90
WAIT KEY
  See also

ANIMATION Commands Menu
Index